バージョン

明示的 キャスト 演算子(Matrix,Int32[]) オペレータ

Matrix を int 配列にキャストします。
シンタックス
'宣言
 
Overloads Public Operator Narrowing CType( _
   ByVal x() As Integer _
) As Matrix
public Matrix operator explicit( 
   int[] x
)

パラメータ

x
int 配列

戻り値の型

y[i] = (double)x[i] である行 Matrix。
参照